home *** CD-ROM | disk | FTP | other *** search
/ Spacewalker F97 / Spacewalker F97.iso / DRIVER / 245 / DOS / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-01-15  |  754 b   |  40 lines

  1. @echo off
  2. c:
  3. cd  \
  4.  
  5. rem ----------------------------------
  6. rem install cdsetup.sys in config.sys
  7.  
  8. type a:cdrom.inf > tmp.tmp
  9. type config.sys >> tmp.tmp
  10. copy config.sys config.mad
  11. del config.sys
  12. ren tmp.tmp config.sys
  13.  
  14. rem ----------------------------------
  15.  
  16.  
  17. rem ----------------------------------
  18. rem install sndinit environment in autoexec.bat
  19.  
  20. copy autoexec.bat autoexec.mad
  21. type a:snd1.inf > tmp.tmp
  22. type autoexec.bat >> tmp.tmp
  23. type a:snd2.inf >> tmp.tmp
  24. del autoexec.bat
  25. ren tmp.tmp autoexec.bat
  26. rem ----------------------------------
  27.  
  28. md OPTi931
  29. copy a:. c:\OPTi931
  30. cd c:\OPTi931
  31. del install.bat
  32. del snd1.inf
  33. del snd2.inf
  34. del cdrom.inf
  35. del msg.txt
  36.  
  37. cd \
  38. rem ----------------------------------
  39. type a:msg.txt
  40.